home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Aventura / batinnightmare.swf / scripts / frame_10 / PlaceObject2_159_3 / CLIPACTIONRECORD onClipEvent(enterFrame).as next >
Encoding:
Text File  |  2006-06-13  |  178 b   |  14 lines

  1. onClipEvent(enterFrame){
  2.    if(c == 0)
  3.    {
  4.       if(0 < _root.my.score)
  5.       {
  6.          _Y = _Y - 1.5;
  7.       }
  8.    }
  9.    if(c == 1)
  10.    {
  11.       _Y = _Y + 1.5;
  12.    }
  13. }
  14.